diff --git a/fedora-bookmarks-25-1.fc25.noarch.rpm b/fedora-bookmarks-25-1.fc25.noarch.rpm
deleted file mode 100644
index 7c70f91..0000000
Binary files a/fedora-bookmarks-25-1.fc25.noarch.rpm and /dev/null differ
diff --git a/fedora-bookmarks-25-1.fc25.src.rpm b/fedora-bookmarks-25-1.fc25.src.rpm
deleted file mode 100644
index 1eabf52..0000000
Binary files a/fedora-bookmarks-25-1.fc25.src.rpm and /dev/null differ
diff --git a/rpmbuild/SOURCES/default-bookmarks.html b/rpmbuild/SOURCES/default-bookmarks.html
new file mode 100644
index 0000000..44b9d19
--- /dev/null
+++ b/rpmbuild/SOURCES/default-bookmarks.html
@@ -0,0 +1,57 @@
+
+
+
+
Bookmarks
+Bookmarks Menu
+
+
+
Bookmarks Toolbar
+
+
- GitHub - RITlug/TigerOS: Customized Linux distribution maintained by the Rochester Institute of Technology (RIT) Linux Users Group and targetted at users new to Linux and RIT students, faculty, and staff.
+
- TigerOS - Customized Linux distribution maintained by the Rochester Institute of Technology (RIT) Linux Users Group and targetted at users new to Linux and RIT students, faculty, and staff.
+
- Home | RITlug
+
- Official site of the RIT Linux Users Group (RITlug). Find all our talks and announcements here.
+
+
- RITLUG IRC(freenode Web IRC)
+
-
+
- Free/Open Source Software at RIT ยท GitHub
+
- GitHub is where people build software. More than 20 million people use GitHub to discover, fork, and contribute to over 55 million projects.
+
- FOSS@RIT(Freenode Web IRC)
+
-
+
Fedora Project
+
+
- Fedora Project
+
- Home of the Fedora Project.
+
- Release Notes
+
- This document provides the release notes for Fedora.
+
- Fedora Documentation
+
- Fedora Documentation.
+
+
Free Content
+
+
- Wikipedia
+
- Collaborative encycolpedia.
+
- LibriVox
+
- Freely licensed audio books.
+
- Open Clip Art
+
- Freely licensed clip art.
+
- Free Sound
+
- Freely licensed sound.
+
- Creative Commons
+
- Free licenses for creative work.
+
+
RIT
+
+
- Rochester Institute of Technology
+
-
+
- RIT Dininng Hours
+
-
+
- Tiger Center
+
-
+
- RIT myCourses
+
-
+
+
+
diff --git a/rpmbuild/SPECS/fedora-bookmarks.spec b/rpmbuild/SPECS/fedora-bookmarks.spec
new file mode 100644
index 0000000..209cd81
--- /dev/null
+++ b/rpmbuild/SPECS/fedora-bookmarks.spec
@@ -0,0 +1,43 @@
+Name: TigerOS-bookmarks
+Version: 1
+Release: 1%{?dist}
+Summary: TigerOS bookmarks
+Group: Applications/Internet
+License: GFDL
+URL: https://github.com/RITlug/TigerOS
+# I had to strip the embedded icons out of the bookmarks file, because they are not
+# distributable under the GFDL. See https://bugzilla.redhat.com/show_bug.cgi?id=433471
+Source0: default-bookmarks.html
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildArch: noarch
+Provides: system-bookmarks
+
+
+%description
+This package contains the default bookmarks for TigerOS.
+
+%prep
+# We are nihilists, Lebowski. We believe in nassing.
+
+%build
+# We are nihilists, Lebowski. We believe in nassing.
+
+%install
+%{__rm} -rf $RPM_BUILD_ROOT
+%{__mkdir_p} $RPM_BUILD_ROOT%{_datadir}/bookmarks
+install -p -m 644 %{SOURCE0} $RPM_BUILD_ROOT%{_datadir}/bookmarks
+
+
+%clean
+%{__rm} -rf $RPM_BUILD_ROOT
+
+
+%files
+%defattr(-,root,root,-)
+%dir %{_datadir}/bookmarks
+%{_datadir}/bookmarks/default-bookmarks.html
+
+%changelog
+* Sat Mar 25 2017 Aidan Kahrs
+- Initial version
+