diff --git a/packages/TigerOS-bookmarks-1-1.fc25.src.rpm b/packages/TigerOS-bookmarks-1-1.fc25.src.rpm new file mode 100644 index 0000000..732aa56 Binary files /dev/null and b/packages/TigerOS-bookmarks-1-1.fc25.src.rpm differ diff --git a/packages/generic-logos-18.0.0-2.fc25.src.rpm b/packages/generic-logos-18.0.0-2.fc25.src.rpm new file mode 100644 index 0000000..f33b495 Binary files /dev/null and b/packages/generic-logos-18.0.0-2.fc25.src.rpm differ diff --git a/rpmbuild/SOURCES/default-bookmarks.html b/rpmbuild/SOURCES/default-bookmarks.html deleted file mode 100644 index 44b9d19..0000000 --- a/rpmbuild/SOURCES/default-bookmarks.html +++ /dev/null @@ -1,57 +0,0 @@ - - - -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 deleted file mode 100644 index 209cd81..0000000 --- a/rpmbuild/SPECS/fedora-bookmarks.spec +++ /dev/null @@ -1,43 +0,0 @@ -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 - diff --git a/rpmbuild/SPECS/tigeros-scripts.spec b/rpmbuild/SPECS/tigeros-scripts.spec deleted file mode 100644 index 7bc452f..0000000 --- a/rpmbuild/SPECS/tigeros-scripts.spec +++ /dev/null @@ -1,45 +0,0 @@ -Name: tigeros-scripts -Version: 1.0 -Release: 1%{?dist} -Summary: TigerOS setup scripts -License: GPLv3 -URL: https://github.com/RITlug/TigerOS -Source0: %{name}.tar.gz -BuildArch: noarch -BuildRequires: git - -%description -JFLAP is a package of graphical tools which can be used as an aid in learning the basic concepts of Formal Languages and Automata Theory. - -%prep -tar -xvf %{_sourcedir}/%{name}.tar.gz -C %{_sourcedir} - -%build -echo "We don't need to build" - -%install -%{__mkdir_p} %{buildroot}%{_prefix}/local/tigeros -install -p -m 755 %{_sourcedir}/FusionEnableLauncher.py %{buildroot}%{_prefix}/local/tigeros/FusionEnableLauncher.py -%{__mkdir_p} %{buildroot}%{_prefix}/local/tigeros/cs -install -p -m 755 %{_sourcedir}/cs/idea.sh %{buildroot}%{_prefix}/local/tigeros/cs/idea.sh -install -p -m 755 %{_sourcedir}/cs/jflap.sh %{buildroot}%{_prefix}/local/tigeros/cs/jflap.sh -install -p -m 755 %{_sourcedir}/cs/logisim.sh %{buildroot}%{_prefix}/local/tigeros/cs/logisim.sh -install -p -m 755 %{_sourcedir}/enablerpmfusion.sh %{buildroot}%{_prefix}/local/tigeros/enablerpmfusion.sh -install -p -m 755 %{_sourcedir}/removal %{buildroot}%{_prefix}/local/tigeros/removal -install -p -m 755 %{_sourcedir}/postinstall %{buildroot}%{_prefix}/local/tigeros/postinstall -%{__mkdir_p} %{buildroot}%{_prefix}/local/tigeros/se -install -p -m 755 %{_sourcedir}/se/alloy.sh %{buildroot}%{_prefix}/local/tigeros/se/alloy.sh -install -p -m 755 %{_sourcedir}/se/spin.sh %{buildroot}%{_prefix}/local/tigeros/se/spin.sh - -%files -%{_prefix}/local/tigeros/FusionEnableLauncher.py -%{_prefix}/local/tigeros/cs -%{_prefix}/local/tigeros/cs/idea.sh -%{_prefix}/local/tigeros/cs/jflap.sh -%{_prefix}/local/tigeros/cs/logisim.sh -%{_prefix}/local/tigeros/enablerpmfusion.sh -%{_prefix}/local/tigeros/removal -%{_prefix}/local/tigeros/postinstall -%{_prefix}/local/tigeros/se/alloy.sh -%{_prefix}/local/tigeros/se/spin.sh -%changelog