]> git.pld-linux.org Git - packages/Backbone.git/commitdiff
- added
authoraredridel <aredridel@pld-linux.org>
Mon, 27 Oct 2003 02:16:05 +0000 (02:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Backbone-instpath.patch -> 1.1
    Backbone.spec -> 1.1

Backbone-instpath.patch [new file with mode: 0644]
Backbone.spec [new file with mode: 0644]

diff --git a/Backbone-instpath.patch b/Backbone-instpath.patch
new file mode 100644 (file)
index 0000000..065b2f6
--- /dev/null
@@ -0,0 +1,15 @@
+diff -ur System-orig/Applications/Preferences/GNUmakefile.preamble System/Applications/Preferences/GNUmakefile.preamble
+--- System-orig/Applications/Preferences/GNUmakefile.preamble  2003-08-16 11:19:29.000000000 -0600
++++ System/Applications/Preferences/GNUmakefile.preamble       2003-10-26 08:13:51.000000000 -0700
+@@ -47,10 +47,3 @@
+ # Flags dealing with installing and uninstalling
+ #
+ GNUSTEP_INSTALLATION_DIR=$(GNUSTEP_SYSTEM_ROOT)
+-
+-# Additional directories to be created during installation
+-ADDITIONAL_INSTALL_DIRS += \
+-      $(GNUSTEP_USER_ROOT)/Library/Preferences \
+-      $(GNUSTEP_LOCAL_ROOT)/Library/Preferences \
+-      $(GNUSTEP_NETWORK_ROOT)/Library/Preferences \
+-      $(GNUSTEP_SYSTEM_ROOT)/Library/Preferences
+Only in System/Applications/Preferences: GNUmakefile.preamble~
diff --git a/Backbone.spec b/Backbone.spec
new file mode 100644 (file)
index 0000000..f582dfb
--- /dev/null
@@ -0,0 +1,100 @@
+%define cvs    20031026
+Summary:       GNUstep backbone apps, including Preferences
+Name:          Backbone
+Version:       1.2.99
+Release:       0.%{cvs}.1
+License:       GPL
+Group:         X11/Applications
+Source0:       %{name}-cvs-%{cvs}.tar.gz
+# Source0-md5: f94861488dd0c8a589af9186c97704b3
+Patch0:        %{name}-instpath.patch
+URL:           http://www.nongnu.org/backbone/
+BuildRequires: gnustep-gui-devel
+Obsoletes: Preferences
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define         _prefix         /usr/lib/GNUstep
+
+%define                libcombo        gnu-gnu-gnu
+%define                gsos            linux-gnu
+%ifarch %{ix86}
+%define                gscpu           ix86
+%else
+# also s/alpha.*/alpha/, but we use only "alpha" arch for now
+%define                gscpu           %{_target_cpu}
+%endif
+
+%description
+GNUstep Backbone applications, including Preferences
+
+%package devel
+Summary:       Header files for Backbone frameforks
+Group:         Development/Libraries
+Requires:      %{name} = %{version}
+Requires:      gnustep-gui-devel
+Obsoletes: Preferences-devel
+
+%description devel
+Header files for Backbone frameworks.
+
+%prep
+%setup -q -n System
+%patch0 -p1
+
+%build
+. %{_prefix}/System/Library/Makefiles/GNUstep.sh
+%{__make} \
+       OPTFLAG="%{rpmcflags}" \
+       messages=yes
+
+%install
+rm -rf $RPM_BUILD_ROOT
+. %{_prefix}/System/Library/Makefiles/GNUstep.sh
+
+%{__make} install \
+       GNUSTEP_INSTALLATION_DIR=$RPM_BUILD_ROOT%{_prefix}/System
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post  -p /sbin/ldconfig
+%postun        -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%dir %{_prefix}/System/Applications/*.app
+%dir %{_prefix}/System/Applications/*.app/Resources
+%{_prefix}/System/Applications/*.app/Resources/*.desktop
+%{_prefix}/System/Applications/*.app/Resources/*.plist
+%{_prefix}/System/Applications/*.app/Resources/*.tiff
+%{_prefix}/System/Applications/*.app/Resources/English.lproj
+%dir %{_prefix}/System/Applications/*.app/%{gscpu}
+%dir %{_prefix}/System/Applications/*.app/%{gscpu}/%{gsos}
+%dir %{_prefix}/System/Applications/*.app/%{gscpu}/%{gsos}/%{libcombo}
+%attr(755,root,root) %{_prefix}/System/Applications/Preferences.app/Preferences
+%attr(755,root,root) %{_prefix}/System/Applications/Preferences.app/%{gscpu}/%{gsos}/%{libcombo}/Preferences
+%{_prefix}/System/Applications/*.app/%{gscpu}/%{gsos}/%{libcombo}/*.openapp
+%attr(755,root,root) %{_prefix}/System/Tools/%{gscpu}/%{gsos}/%{libcombo}/*
+
+%dir %{_prefix}/System/Library/Frameworks/*.framework
+%{_prefix}/System/Library/Frameworks/*.framework/Resources
+%dir %{_prefix}/System/Library/Frameworks/*.framework/Versions
+%dir %{_prefix}/System/Library/Frameworks/*.framework/Versions/*
+%{_prefix}/System/Library/Frameworks/*.framework/Versions/*/Resources
+%attr(755,root,root) %{_prefix}/System/Library/Frameworks/*.framework/Versions/*/%{gscpu}
+%{_prefix}/System/Library/Frameworks/*.framework/Versions/Current
+
+%attr(755,root,root) %{_prefix}/System/Library/Libraries/%{gscpu}/%{gsos}/%{libcombo}/lib*.so.*
+
+%dir %{_prefix}/System/Library/Preferences
+%dir %{_prefix}/System/Library/Preferences/*.prefs
+%{_prefix}/System/Library/Preferences/*.prefs/Resources
+%attr(755,root,root) %{_prefix}/System/Library/Preferences/*.prefs/%{gscpu}
+%files devel
+%defattr(644,root,root,755)
+%{_prefix}/System/Library/Frameworks/*.framework/Headers
+%{_prefix}/System/Library/Frameworks/*.framework/Versions/1.1.0/Headers
+%{_prefix}/System/Library/Headers/%{libcombo}/*
+
+%attr(755,root,root) %{_prefix}/System/Library/Libraries/%{gscpu}/%{gsos}/%{libcombo}/lib*.so
This page took 0.113154 seconds and 4 git commands to generate.