]> git.pld-linux.org Git - packages/archway.git/commitdiff
- initial pld release
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 1 Nov 2004 17:58:28 +0000 (17:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    archway.spec -> 1.1

archway.spec [new file with mode: 0644]

diff --git a/archway.spec b/archway.spec
new file mode 100644 (file)
index 0000000..b15f139
--- /dev/null
@@ -0,0 +1,45 @@
+%include        /usr/lib/rpm/macros.perl
+Summary:       ArchWay is a new advanced GUI for GNU Arch
+Name:          archway
+Version:       0.1.0
+Release:       1
+License:       GPL
+Group:         Development/Version Control
+Source0:       http://savannah.nongnu.org/download/archway/%{name}-%{version}.tar.gz
+# Source0-md5: 6787692dbeb8cc3df3d089e552ad2622
+URL:           http://www.nongnu.org/archway/
+BuildRequires: rpm-perlprov
+BuildRequires: perl-Gtk2
+Requires:      tla
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+ArchWay is a new advanced GUI for GNU Arch.
+
+%prep
+%setup -q
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+%{__make} install \
+       bindir=$RPM_BUILD_ROOT%{_bindir} \
+       datadir=$RPM_BUILD_ROOT%{_datadir} \
+       PERL=%{_bindir}/perl
+
+%{__perl} -pi -e "s#$RPM_BUILD_ROOT##g" \
+       $RPM_BUILD_ROOT%{_bindir}/* \
+       $RPM_BUILD_ROOT%{_datadir}/%{name}/perllib/ArchWay/Session.pm
+
+%clean
+rm -fr $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
This page took 0.064165 seconds and 4 git commands to generate.