]> git.pld-linux.org Git - packages/hp215.git/blame - hp215.spec
- updated gettext BR
[packages/hp215.git] / hp215.spec
CommitLineData
bf066d88 1Summary: hp215 - HP PhotoSmart 215 digicam access utility
28c35e51 2Summary(pl.UTF-8): hp215 - narzędzie obsługujące aparat cyfrowy HP PhotoSmart 215
bf066d88
PS
3Name: hp215
4Group: Applications
5Version: 0.2.3
6Release: 1
7License: GPL v2
8Source0: http://home.nwn.de/ebartels/linux/hp215/hp_photosmart215-%{version}.tar.gz
3be81d60 9# Source0-md5: 84bf37121fd9cdfa6f97872388a5c460
bf066d88
PS
10URL: http://home.nwn.de/ebartels/linux/hp215/
11BuildRequires: autoconf >= 2.53
12BuildRequires: automake
2413ea10 13BuildRequires: gettext-tools
bf066d88 14BuildRequires: libusb-devel
9c32ef88 15BuildRequires: doxygen
bf066d88
PS
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
b83fc54a 19This commandline program with the name hp215 can read photos from the
bf066d88
PS
20HP Photosmart 215 camera.
21
d29fa00d
JR
22%description -l pl.UTF-8
23Za pomocą małego programu o nazwie hp215 można odczytać zdjęcia z
bf066d88
PS
24aparatu cyfrowego HP Photosmart 215.
25
26%prep
27%setup -q -n hp_photosmart215-%{version}
28
29%build
050fa889 30cp -f /usr/share/automake/config.sub .
bf066d88
PS
31%configure
32%{__make}
33
34%install
35rm -rf $RPM_BUILD_ROOT
36
37%{__make} install \
64aafe4f 38 DESTDIR=$RPM_BUILD_ROOT
bf066d88 39
050fa889
JB
40%find_lang hp_photosmart215
41
bf066d88
PS
42%clean
43rm -rf $RPM_BUILD_ROOT
44
050fa889 45%files -f hp_photosmart215.lang
bf066d88 46%defattr(644,root,root,755)
050fa889 47%doc doc/html AUTHORS ChangeLog FAQ README TODO
bf066d88 48%attr(755,root,root) %{_bindir}/*
bf066d88 49%{_mandir}/man1/*
This page took 0.336204 seconds and 4 git commands to generate.