]> git.pld-linux.org Git - packages/anyremote.git/commitdiff
- new, NFY
authorshadzik <shadzik@pld-linux.org>
Sat, 18 Nov 2006 18:45:39 +0000 (18:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    anyremote.spec -> 1.1

anyremote.spec [new file with mode: 0644]

diff --git a/anyremote.spec b/anyremote.spec
new file mode 100644 (file)
index 0000000..f72748a
--- /dev/null
@@ -0,0 +1,45 @@
+Summary:       anyremote
+Summary(pl):   anyremote
+Name:          anyremote
+Version:       2.0
+Release:       1
+License:       GPL
+Group:         Applications
+Source0:       http://dl.sourceforge.net/anyremote/%{name}-%{version}.tar.gz
+# Source0-md5: 444c217871471672f3263554f46c0c58
+URL:           http://anyremote.sourceforge.net
+#BuildRequires:        autoconf
+#BuildRequires:        automake
+#BuildRequires:        intltool
+#BuildRequires:        libtool
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+
+#%description -l pl
+
+%prep
+%setup -q
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README TODO
+%attr(755,root,root) %{_bindir}/anyremote
This page took 0.061307 seconds and 4 git commands to generate.