From 7ad4be37e4bf9da4044bec9f405842fe4d45c7a6 Mon Sep 17 00:00:00 2001 From: Till Maas Date: May 19 2016 20:50:35 +0000 Subject: 2016-05-19: Retired orphaned package, because it was orphaned for more than six weeks. --- diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 45a6bb1..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -vaspview-1.05.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..164cb9a --- /dev/null +++ b/dead.package @@ -0,0 +1,3 @@ +2016-05-19: Retired orphaned package, because it was orphaned for +more than six weeks. + diff --git a/sources b/sources deleted file mode 100644 index 228cc75..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -c04d25e15e187a7241bccd62ed9a7b0f vaspview-1.05.tar.gz diff --git a/vaspview.desktop b/vaspview.desktop deleted file mode 100644 index 993ee3a..0000000 --- a/vaspview.desktop +++ /dev/null @@ -1,10 +0,0 @@ -[Desktop Entry] -Name=vaspview -Comment=VASP Data Viewer -Exec=vaspview -Icon=vaspview -Terminal=false -Type=Application -StartupNotify=true -Categories=GNOME;GTK;Education;Chemistry;DataVisualization; - diff --git a/vaspview.png b/vaspview.png deleted file mode 100644 index 10884b1..0000000 Binary files a/vaspview.png and /dev/null differ diff --git a/vaspview.spec b/vaspview.spec deleted file mode 100644 index 95cfaeb..0000000 --- a/vaspview.spec +++ /dev/null @@ -1,116 +0,0 @@ -Name: vaspview -Summary: VASP Data Viewer -Version: 1.05 -Release: 13%{?dist} -# http://vaspview.sourceforge.net/%{name}-%{version}-source.tar.gz -# Source below is the same as the original sans the two Win32 binaries in Win32/Release/ -Source0: %{name}-%{version}.tar.gz -Source1: %{name}.desktop -Source2: %{name}.png -URL: http://vaspview.sourceforge.net/ -License: GPLv2+ -Group: Applications/Engineering -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n) -BuildRequires: desktop-file-utils -BuildRequires: glut-devel -BuildRequires: libXi-devel -BuildRequires: libXmu-devel -BuildRequires: libXext-devel - -%description -This is a scientific visualization package for examining output files -generated by the Vienna Ab-initio Simulation Package, a package for -performing ab-initio quantum-mechanical molecular dynamics using -pseudopotentials and a plane wave basis set. The project was initiated -when a chemical engineering professor requested assitance in visualizing -output files produced by the above package. It displays iso-surfaces and -slices of a three-dimensional data set, along with the atoms that make -up the molecule the calculations were performed for, and allows symbolic -bonds to be inserted between them. - -%prep -%setup -q -n %{name} - -%build -pushd src -%{__make} %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" -popd - -%install -rm -rf %{buildroot} - -install -d %{buildroot}/%{_bindir} -install -pm755 bin/%{name} %{buildroot}/%{_bindir} - -install -d %{buildroot}%{_datadir}/applications -desktop-file-install \ - --dir=%{buildroot}%{_datadir}/applications \ - %{SOURCE1} - -install -d %{buildroot}/%{_datadir}/icons/hicolor/48x48/apps -install -pm644 %{SOURCE2} %{buildroot}/%{_datadir}/icons/hicolor/48x48/apps/%{name}.png - -%clean -rm -rf %{buildroot} - -%post -touch --no-create %{_datadir}/icons/hicolor -if [ -x %{_bindir}/gtk-update-icon-cache ]; then - %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : -fi - -%postun -touch --no-create %{_datadir}/icons/hicolor -if [ -x %{_bindir}/gtk-update-icon-cache ]; then - %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : -fi - -%files -%defattr(-,root,root) -%doc license.txt readme.txt -%{_bindir}/%{name} -%{_datadir}/applications/*.desktop -%{_datadir}/icons/hicolor/*/apps/*.png - -%changelog -* Fri Feb 05 2016 Fedora Release Engineering - 1.05-13 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Fri Jun 19 2015 Fedora Release Engineering - 1.05-12 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Mon Aug 18 2014 Fedora Release Engineering - 1.05-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Sun Jun 08 2014 Fedora Release Engineering - 1.05-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Sun Aug 04 2013 Fedora Release Engineering - 1.05-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Fri Feb 15 2013 Fedora Release Engineering - 1.05-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Sun Jul 22 2012 Fedora Release Engineering - 1.05-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Sat Jan 14 2012 Fedora Release Engineering - 1.05-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Mon Feb 07 2011 Fedora Release Engineering - 1.05-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Sun Jul 26 2009 Fedora Release Engineering - 1.05-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Wed Feb 25 2009 Fedora Release Engineering - 1.05-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Sat May 31 2008 Dominik Mierzejewski 1.05-2 -- add dist tag -- drop vendor from desktop file name -- make smp flags optional -- removed the two Win32 binaries from source tarball - -* Mon Apr 28 2008 Dominik Mierzejewski 1.05-1 -- initial package