]> git.pld-linux.org Git - packages/fixmexcb.git/commitdiff
- fake provides to make xcb related rebuild easier auto/th/fixmexcb-0_1-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 6 Nov 2008 00:07:19 +0000 (00:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fixmexcb.spec -> 1.1

fixmexcb.spec [new file with mode: 0644]

diff --git a/fixmexcb.spec b/fixmexcb.spec
new file mode 100644 (file)
index 0000000..4462a98
--- /dev/null
@@ -0,0 +1,38 @@
+%include       /usr/lib/rpm/macros.perl
+Summary:       Pakages converter (tgz, rpm, deb, slp)
+Summary(pl.UTF-8):     Konwerter pakietów (tgz, rpm, deb, slp)
+Name:          fixmexcb
+Version:       0.1
+Release:       1
+License:       GPL
+Group:         Applications/System
+URL:           http://kitenet.net/programs/alien/
+Provides:      libtool(/usr/lib/libxcb-xlib.la)
+Provides:      libtool(/usr/lib64/libxcb-xlib.la)
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Alien allows you to convert Debian, Stampede and Slackware Packages
+into PLD packages, which can be installed with rpm. It can also
+convert into Slackware, Debian, and Stampede packages. This is a tool
+only suitable for binary packages.
+
+%description -l pl.UTF-8
+Alien pozwala przekonwertować pakiety Debiana, Stampede oraz Slackware
+w pakiety używane w PLD, które mogą być zainstalowane przy użyciu
+rpm-a i odwrotnie. Narzędzie to jest przydatne wyłącznie dla pakietów
+binarnych.
+
+%prep
+%setup -q -c -T
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
This page took 0.064986 seconds and 4 git commands to generate.