]> git.pld-linux.org Git - packages/cwautomacros.git/commitdiff
- initial master
authortommat <tommat@pld-linux.org>
Fri, 22 Aug 2008 02:58:15 +0000 (02:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cwautomacros.spec -> 1.1

cwautomacros.spec [new file with mode: 0644]

diff --git a/cwautomacros.spec b/cwautomacros.spec
new file mode 100644 (file)
index 0000000..a494054
--- /dev/null
@@ -0,0 +1,44 @@
+Summary:       A collection of autoconf macros
+Name:          cwautomacros
+Version:       20080318
+Release:       1
+License:       GPL
+Group:         Development/Building
+Source0:       http://download.berlios.de/cwautomacros/%{name}-%{version}.tar.bz2
+# Source0-md5: 2991984bffd96222f2ae754872911022
+URL:           http://cwautomacros.berlios.de/
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+cwautomacros is a collection of autoconf macros, plus an autogen.sh
+script that can be used with them.
+
+%prep
+%setup -q
+
+%build
+for scripts in `ls scripts/*.sh`; do
+       sed -i -e 's^@INSTALLPREFIX@^/usr^g' $scripts
+done
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_datadir}/%{name}
+cp -a m4 scripts templates $RPM_BUILD_ROOT%{_datadir}/%{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc doc/index.php
+%dir %{_datadir}/%{name}
+%dir %{_datadir}/%{name}/m4
+%{_datadir}/%{name}/m4/*.m4
+%dir %{_datadir}/%{name}/scripts
+%attr(755,root,root) %{_datadir}/%{name}/scripts/*.sh
+%{_datadir}/%{name}/scripts/line2entity
+%dir %{_datadir}/%{name}/templates
+%attr(755,root,root) %{_datadir}/%{name}/templates/autogen.sh
+%{_datadir}/%{name}/templates/doxygen
This page took 0.059729 seconds and 4 git commands to generate.