~ubuntu-branches/debian/stretch/tclcurl/stretch

« back to all changes in this revision

Viewing changes to packages/Linux/tclcurl-7.17.1.spec

  • Committer: Bazaar Package Importer
  • Author(s): Sven Hoexter
  • Date: 2009-08-05 21:30:47 UTC
  • mfrom: (1.3.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090805213047-jfz9ljcp5fzrxa5o
* New upstream release.
  + Refresh all patches.
  + Build-Depend at least on libcurl4 (>= 7.19.0).
* Update mail address of the upstream maintainer in debian/copyright.
* Bump Standards-Version to 3.8.2.
  + Add a debian/README.source file.
* Update debian/copyright with copyright information for Makefile.in
  and tclconfig/tcl.m4. Thanks to Ondrej Certik for the pointer in
  mysqltcl which has to applied here aswell.
* Add description header to all patches.
* Add patches/example-shebang. This patch adds a working shebang line
  to those example files that carry one (Thanks to Sergei).
* Set the permissions for the example files to 644, except for those
  with a working shebang line (Thanks to Sergei).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Name: tclcurl
2
 
Version: 7.17.1
3
 
Release: 1
4
 
License: BSD revised
5
 
Group:  Development/Libraries
6
 
Packager: Andres Garcia <fandom@telefonica.net>
7
 
Vendor: Fandom Enterprise
8
 
Source: http://personal1.iddeo.es/andresgarci/tclcurl/download/tarball/tclcurl-7.17.1.tar.gz
9
 
Summary: A Tcl interface for libcurl.
10
 
 
11
 
%description
12
 
 
13
 
TclCurl provides a binding to libcurl, with it you can upload
14
 
and download files using FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, FILE or  LDAP syntax.
15
 
 
16
 
%prep
17
 
%setup
18
 
 
19
 
%build
20
 
./configure --mandir=/usr/share/man --prefix=/usr
21
 
make
22
 
 
23
 
%install
24
 
make install
25
 
mkdir -p /usr/share/doc/tclcurl-7.17.1/tests
26
 
cp -f ReadMe.txt               /usr/share/doc/tclcurl-7.17.1/
27
 
cp -f ToDo.txt                 /usr/share/doc/tclcurl-7.17.1/
28
 
cp -f license.terms            /usr/share/doc/tclcurl-7.17.1/
29
 
cp -f doc/tclcurl.html         /usr/share/doc/tclcurl-7.17.1/
30
 
cp -f doc/tclcurl_multi.html   /usr/share/doc/tclcurl-7.17.1/
31
 
cp -f doc/tclcurl_share.html   /usr/share/doc/tclcurl-7.17.1/
32
 
cp -f doc/aolserver.txt        /usr/share/doc/tclcurl-7.17.1/
33
 
cp -f tests/*.tcl              /usr/share/doc/tclcurl-7.17.1/tests
34
 
 
35
 
%files
36
 
/usr/lib/TclCurl7.17.1/
37
 
/usr/share/doc/tclcurl-7.17.1/
38
 
/usr/share/man/mann/tclcurl.n.gz
39
 
/usr/share/man/mann/tclcurl_multi.n.gz
40
 
/usr/share/man/mann/tclcurl_share.n.gz
41
 
 
42