]> git.pld-linux.org Git - packages/autofig.git/commitdiff
- new
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 19 Dec 2002 23:58:10 +0000 (23:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    autofig.spec -> 1.1

autofig.spec [new file with mode: 0644]

diff --git a/autofig.spec b/autofig.spec
new file mode 100644 (file)
index 0000000..0d32ca1
--- /dev/null
@@ -0,0 +1,43 @@
+Summary:       Automatic *-config scripts generation
+Summary(pl):   Automatyczne generowanie skryptów *-config
+Name:          autofig
+Version:       0.1
+Release:       1
+License:       ?
+Group:         Development/Tools
+# origins from GNOME CVS?
+Source0:       http://autotrace.sourceforge.net/tools/%{name}.tar.gz
+BuildRequires: autoconf
+Requires:      m4
+Requires:      sed
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Utility for automatic *-config scripts generation.
+
+%description -l pl
+Narzêdzie do automatycznego generowanie skryptów *-config.
+
+%prep
+%setup -q
+
+%build
+%{__autoconf}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+rm -f samples/Makefile*
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog doc samples
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
This page took 0.085488 seconds and 4 git commands to generate.